{ "cells": [ { "cell_type": "markdown", "id": "e7260e5c-c7e4-4ac6-88b5-1138ff10d541", "metadata": {}, "source": [ "# Non-IVP Non-Homogeneous Linear ODE Example\n", "\n", "**Randall Romero Aguilar, PhD**\n", "\n", "This demo is based on the original Matlab demo accompanying the Computational Economics and Finance 2001 textbook by Mario Miranda and Paul Fackler.\n", "\n", "Original (Matlab) CompEcon file: **demode04.m**\n", "\n", "Running this file requires the Python version of CompEcon. This can be installed with pip by running\n", "\n", " !pip install compecon --upgrade\n", "\n", "Last updated: 2021-Oct-01\n", "